home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE3 / POWERBASE / PB832 / !Powerbase / Initial / Config < prev    next >
Text File  |  2002-07-16  |  3KB  |  104 lines

  1. |Configuration file for Powerbase. Individual databases may contain their
  2. |own Config files to override some of the settings below.
  3.  
  4. |You MUST use the token word which appears first on each line and
  5. |separate it from the setting by a single space only.
  6. |The ORDER of lines is not important.
  7.  
  8. |Maximum fields per record. Must be < 128 *
  9. Fields 120
  10. |
  11. |Maximum number of indices *
  12. Keys 10
  13. |
  14. |Maximum number of validation tables *
  15. Tabs 10
  16. |
  17. |Maximum number of columns in validation tables *
  18. Cols 20
  19. |
  20. |Maximum number of customisation libraries *
  21. MaxLibs 10
  22. |
  23. |Directory containing databases which use customisation libraries *
  24. |"Default" means directory which also contains PbaseDA
  25. CustDir Default
  26. |
  27. |Maximum number of scrolling lists *
  28. Scrolls 5
  29. |
  30. |Time for which startup banner appears (5 sec maximum) *
  31. BTime 2
  32. |
  33. |Left-opening icon-bar sub-menus (RISC OS 3 only) *
  34. LeftOpen NO
  35. |
  36. |Keypad (1) or Toolpane (2) *
  37. Tools 2
  38. |
  39. |Background colour of record window **
  40. BackGnd 1
  41. |
  42. |Uppercase entry in access window (for password-controlled databases)
  43. Upper NO
  44. |
  45. |Display option for button-opened directories, e.g. -st (sort by type)
  46. DirOpts -si
  47. |
  48. |Method of choosing filenames for External objects
  49. ExtFiles NEW
  50. |
  51. |Default query method. Search Formula (SF) or Query-By-Example (QBE)
  52. Query SF
  53. |
  54. |Maximum pathname length for Remote files
  55. PathLen 255
  56. |
  57. |Adjust data-field widths to take account of desktop font
  58. FontAdj YES
  59. |
  60. |Multitask with other Powerbase functions during printing etc.
  61. |List generation is MUCH faster with this set to NO.
  62. Multi NO
  63. |
  64. |Display pane for marking individual records for printing
  65. MarkPane YES
  66. |
  67. |Maximum length of filename. DO NOT INCREASE this value unless you know you 
  68. |can use long filenames. (e.g. Have !raFS or RO4 with E+ format HD.)
  69. NameLen 10
  70. |
  71. |Attributes of Run file and Directory buttons on record window.
  72. |Number is width in pixels. If followed by L leafname of file/directory
  73. |will appear below icon, otherwise icon is vertically centred.
  74. ButtonAtts 42
  75. |
  76. |No.of seconds delay between double-click and tone-dialling
  77. DialDelay 5
  78. |
  79. |Interpretation of partial entry into Time fields
  80. |H means 1st no. entered taken as hrs, 2nd as min, 3rd as sec
  81. |S means interpret in reverse order to above
  82. |Omitted values default to 0
  83. TimeFirst H
  84. |
  85. |Display time in full
  86. |YES=always show as hh:mm:ss, NO allows mm:ss for times under 1hr
  87. FullTime YES
  88. |
  89. |Earliest year assumed to be 20th century in dates with 2-digit year
  90. CentChange 10
  91. |
  92. |What to do with output destined for printer.
  93. |1=send it direct (i.e. to file called "printer:")
  94. |2=send it to Wimp$Scrap, then copy to printer:
  95. |If using FastSpool+ or TurboDriver (which print first to file anyway) use 1
  96. |Otherwise try 1 first, but change to 2 if you encounter problems
  97. Output 1
  98.  
  99. |*  Cannot be set for specific databases; only for Powerbase as a whole.
  100. |** If set for a specific database it affects background of descriptors only.
  101. |   Colour numbers are: 0 - white, 1-6 - greyscale, 7 - black
  102. |   8 - dark blue, 9 - yellow, 10 - green, 11 - red, 12 - cream
  103. |   13 - olive green, 14 - orange, 15 - light blue
  104.